zombie process - определение. Что такое zombie process
Diclib.com
Словарь онлайн

Что (кто) такое zombie process - определение


Zombie process         
PROCESS THAT IS NOT RUNNING, BUT IS IN THE PROCESS TABLE
Reaper process; Reap (Computer Science); Defunct process; Zombie processes
On Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has completed execution (via the exit system call) but still has an entry in the process table: it is a process in the "Terminated state". This occurs for the child processes, where the entry is still needed to allow the parent process to read its child's exit status: once the exit status is read via the wait system call, the zombie's entry is removed from the process table and it is said to be "reaped".
zombie process         
PROCESS THAT IS NOT RUNNING, BUT IS IN THE PROCESS TABLE
Reaper process; Reap (Computer Science); Defunct process; Zombie processes
<operating system> (Or "defunct process") A Unix process that has terminated (either because it has been killed by a signal or because it has called exit()) and whose {parent process} has not yet received notification of its termination by executing (some form of) the wait() system call. A zombie process exists solely as a process table entry and consumes no other resources. This entry is retained to hold the child's exit status until the parent process wants to retrieve it. The parent can also be notified asynchronously via a signal of the child's termination. Zombie processes can be seen in "ps" listings occasionally (with a status "Z" in some versions). Compare orphan process. (1997-10-08)
Zombie (computing)         
  • (1)&nbsp;Spammer's web site (2)&nbsp;Spammer (3)&nbsp;Spamware (4)&nbsp;Infected computers (5)&nbsp;Virus or trojan (6)&nbsp;Mail servers (7)&nbsp;Users (8)&nbsp;Web traffic
NETWORK CONNECTED COMPUTER THAT HAS BEEN COMPROMISED AND IS USED FOR MALICIOUS TASK WITHOUT THE OWNER BEING AWARE OF IT
Zombie computers; Zombie PC; Computer zombie; Pulsing zombie; Zombie Computer; Zombie proxy; Zombie computer; Zombie (computer science)
In computing, a zombie is a computer connected to the Internet that has been compromised by a hacker via a computer virus, computer worm, or trojan horse program and can be used to perform malicious tasks under the remote direction of the hacker. Zombie computers often coordinate together in a botnet controlled by the hacker, and are used for activities such as spreading e-mail spam and launching distributed denial-of-service attacks (DDoS attacks) against web servers.